home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CLASSSRC.PAK / LOCALEID.CPP < prev    next >
C/C++ Source or Header  |  1997-05-06  |  503b  |  13 lines

  1. //----------------------------------------------------------------------------
  2. // Borland WinSys Library
  3. // Copyright (c) 1994, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   5.6  $
  6. //
  7. // TLocaleString default native language for symbols, only if not user-defined
  8. //----------------------------------------------------------------------------
  9. #include <winsys/pch.h>
  10. #include <winsys/lclstrng.h>
  11.  
  12. TLangId TLocaleString::NativeLangId = TLocaleString::GetSystemLangId();
  13.